home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 85 / CDMM85_1.ISO / Paintball Q3 / scripts / misc.shader < prev    next >
Encoding:
Text File  |  2001-05-22  |  7.5 KB  |  458 lines

  1. //***************************************//
  2. //Quake III Paintball Texture Shader File//
  3. //                                       //
  4. //Please do not edit this unless you     //
  5. //know what you are doing.               //
  6. //***************************************//
  7.  
  8.  
  9. //**Orange Tape**
  10. textures/misc/orange_tape
  11. cull none 
  12.  
  13.     // Orange tape transparency
  14.     { 
  15.  
  16.     map textures/misc/orange_tape.tga
  17.     tcMod scale 2.0 2.0 
  18.     blendFunc GL_ONE GL_ZERO 
  19.     alphaFunc GE128 
  20.     depthWrite 
  21.     rgbGen identity 
  22.     
  23.     } 
  24.     { 
  25.  
  26.     map $lightmap 
  27.     blendFunc GL_DST_COLOR GL_ZERO
  28.     depthFunc equal
  29.     rgbGen identity 
  30.     
  31.     } 
  32.  
  33. }
  34.  
  35. //**Orignal Q3A textures**
  36. textures/metal/metal_1
  37. {
  38.     surfaceparm trans        
  39.     cull none
  40.         nopicmip
  41.     {
  42.         map textures/metal/metal_1.tga
  43.         tcMod scale 3 3
  44.         blendFunc GL_ONE GL_ZERO
  45.         alphaFunc GE128
  46.         depthWrite
  47.         rgbGen identity
  48.     }
  49.     {
  50.         map $lightmap
  51.         rgbGen identity
  52.         blendFunc GL_DST_COLOR GL_ZERO
  53.         depthFunc equal
  54.     }
  55. }
  56.  
  57. //**Invisible**
  58. textures/misc/invisible
  59. {
  60.     surfaceparm nolightmap
  61.     {
  62.                 map textures/misc/invisible.tga
  63.                 alphaFunc GE128
  64.         depthWrite
  65.         rgbGen vertex
  66.         }
  67. }
  68.  
  69. //**Clip**
  70. textures/misc/clip
  71. {
  72.     qer_trans 0.40
  73.     surfaceparm nolightmap
  74.     surfaceparm nomarks
  75.     surfaceparm nodraw
  76.     surfaceparm nonsolid
  77.         //surfaceparm     nolightmap //proto_addition 11/08/99
  78.     surfaceparm playerclip
  79.     surfaceparm noimpact
  80. }
  81.  
  82. //**Caulk**
  83. textures/misc/caulk
  84. {
  85.     surfaceparm nodraw
  86.     surfaceparm nomarks
  87.         surfaceparm nolightmap
  88. }
  89.  
  90. //**Ladderclip**
  91. textures/misc/ladderclip
  92. {
  93.     qer_trans 0.40
  94.     surfaceparm nolightmap
  95.     surfaceparm nomarks
  96.     surfaceparm nodraw
  97.     surfaceparm nonsolid
  98.     surfaceparm playerclip
  99.     surfaceparm noimpact
  100.     surfaceparm ladder
  101. }
  102.  
  103. //**Slick(ice)**
  104. textures/misc/slick
  105. {
  106.     qer_trans 0.50
  107.     surfaceparm nodraw
  108.     surfaceparm nomarks
  109.     surfaceparm trans
  110.     surfaceparm slick
  111. }
  112.  
  113. //**Areaportal**
  114. textures/misc/areaportal
  115. {
  116.     qer_trans 0.50
  117.     surfaceparm nodraw
  118.     surfaceparm nonsolid
  119.     surfaceparm structural
  120.     surfaceparm trans
  121.     surfaceparm nomarks
  122.     surfaceparm areaportal
  123. }
  124.  
  125. //**Blue, bright glass**
  126.  
  127. textures/misc/glass_2
  128. {    
  129.     qer_trans 0.50
  130.     surfaceparm trans
  131.     cull none
  132.     {
  133.         map textures/misc/glass_2.tga
  134.         tcGen environment
  135.         tcMod turb 0 0.01 0 0.01            
  136.         tcmod scroll .0 .0
  137.         blendfunc GL_ONE GL_ONE
  138.     }
  139. }
  140.  
  141. //**Plain glass**
  142. //
  143. //textures/misc/glass_1
  144. //{
  145. //    qer_trans 0.50
  146. //    surfaceparm nolightmap
  147. //    cull none
  148. //    {
  149. //        map textures/misc/glass_1.tga
  150. //        tcGen environment
  151. //        blendfunc GL_ONE GL_ONE
  152. //    }
  153. //}
  154.  
  155. //**Plain glass fixed**
  156.  
  157. textures/misc/glass_1
  158. {
  159.       surfaceparm trans    
  160.     cull none
  161.     qer_trans 0.5
  162.      
  163.         {
  164.         map textures/effects/tinfx.tga
  165.                 tcgen environment
  166.         blendFunc GL_ONE GL_ONE
  167.         rgbGen identity
  168.     }
  169.         {
  170.         map $lightmap
  171.         rgbGen identity
  172.         blendFunc filter
  173.     }
  174.            
  175. }
  176.  
  177. //**Grayfog**
  178. textures/misc/grayfog
  179. {
  180.     qer_editorimage textures/misc/grayfog.tga
  181.     surfaceparm    trans
  182.     surfaceparm    nonsolid
  183.     surfaceparm    fog
  184.     surfaceparm    nolightmap
  185.     surfaceparm nodrop
  186.     q3map_surfacelight 100
  187.     fogparms ( .5 .5 .5 ) 288
  188. }
  189.  
  190. //**Redfog**
  191. textures/misc/redfog
  192. {
  193.     qer_editorimage textures/misc/redfog.tga
  194.     surfaceparm    trans
  195.     surfaceparm    nonsolid
  196.     surfaceparm    fog
  197.     surfaceparm    nolightmap
  198.     surfaceparm nodrop
  199.     q3map_surfacelight 300    
  200.     fogparms ( 1.0 0.0 0.0 ) 288
  201.  
  202. }
  203.  
  204. //**Bluefog**
  205. textures/misc/bluefog
  206. {
  207.     qer_editorimage textures/misc/bluefog.tga
  208.     surfaceparm    trans
  209.     surfaceparm    nonsolid
  210.     surfaceparm    fog
  211.     surfaceparm    nolightmap
  212.     surfaceparm nodrop
  213.     q3map_surfacelight 300    
  214.     fogparms ( 0.0 0.0 1.0 ) 288
  215.  
  216. }
  217.  
  218.  
  219. //**All model shaders below**
  220. models/mapobjects/atlantis/water04
  221. {
  222.     deformVertexes wave 100 sin 0 1 0 1.5
  223.     cull none
  224.     entityMergable        // allow all the sprites to be merged together
  225.     {
  226.         map models/mapobjects/atlantis/water04.tga
  227.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  228.         tcmod scroll 0 -3.5
  229.         rgbGen        vertex
  230.         alphaGen    vertex
  231.     }
  232. }
  233.  
  234. models\mapobjects\multiplant\fern
  235. {    
  236.     surfaceparm alphashadow
  237.     cull none
  238.     nopicmip
  239.     {
  240.         map models\mapobjects\multiplant\fern.tga
  241.         blendFunc GL_ONE GL_ZERO
  242.         alphaFunc GE128
  243.         depthWrite
  244.         rgbGen identityLighting
  245.     }
  246.     {
  247.         map $lightmap
  248.         rgbGen identity
  249.         blendFunc GL_DST_COLOR GL_ZERO
  250.         depthFunc equal
  251.     }
  252. }
  253.  
  254. models\mapobjects\multiplant\bannanaleaf
  255. {    
  256.     surfaceparm alphashadow
  257.     cull none
  258.     nopicmip
  259.     {
  260.         map models\mapobjects\multiplant\bannanaleaf.tga
  261.         blendFunc GL_ONE GL_ZERO
  262.         alphaFunc GE128
  263.         depthWrite
  264.         rgbGen identityLighting
  265.     }
  266.     {
  267.         map $lightmap
  268.         rgbGen identity
  269.         blendFunc GL_DST_COLOR GL_ZERO
  270. //        depthFunc equal
  271.     }
  272. }
  273.  
  274. models\mapobjects\multiplant\batleaf
  275. {    
  276.     surfaceparm alphashadow
  277.     cull none
  278.         
  279.     {
  280.         map models\mapobjects\multiplant\batleaf.tga
  281.         blendFunc GL_ONE GL_ZERO
  282.         alphaFunc GE128
  283.         depthWrite
  284.         rgbGen identityLighting
  285.     }
  286.  
  287.  
  288.     {
  289.         map $lightmap
  290.         rgbGen identity
  291.         blendFunc GL_DST_COLOR GL_ZERO
  292.         depthFunc equal
  293.     }
  294. }
  295.  
  296. models\mapobjects\multiplant\leaf1
  297. {    
  298.     surfaceparm alphashadow
  299.     cull none
  300.  
  301.     {
  302.         map models\mapobjects\multiplant\leaf1.tga
  303.         blendFunc GL_ONE GL_ZERO
  304.         alphaFunc GE128
  305.         depthWrite
  306.         rgbGen identityLighting
  307.     }
  308.  
  309.  
  310.     {
  311.         map $lightmap
  312.         rgbGen identity
  313.         blendFunc GL_DST_COLOR GL_ZERO
  314.         depthFunc equal
  315.     }
  316. }
  317.  
  318. models\mapobjects\multiplant\leaf2
  319. {    
  320.     surfaceparm alphashadow
  321.     cull none
  322.  
  323.     {
  324.         map models\mapobjects\multiplant\leaf2.tga
  325.         blendFunc GL_ONE GL_ZERO
  326.         alphaFunc GE128
  327.         depthWrite
  328.         rgbGen identityLighting
  329.     }
  330.  
  331.  
  332.     {
  333.         map $lightmap
  334.         rgbGen identity
  335.         blendFunc GL_DST_COLOR GL_ZERO
  336.         depthFunc equal
  337.     }
  338. }
  339.  
  340. models\mapobjects\multiplant\leaf3
  341. {    
  342.     surfaceparm alphashadow
  343.     cull none
  344.  
  345.     {
  346.         map models\mapobjects\multiplant\leaf3.tga
  347.         blendFunc GL_ONE GL_ZERO
  348.         alphaFunc GE128
  349.         depthWrite
  350.         rgbGen identityLighting
  351.     }
  352.  
  353.  
  354.     {
  355.         map $lightmap
  356.         rgbGen identity
  357.         blendFunc GL_DST_COLOR GL_ZERO
  358.         depthFunc equal
  359.     }
  360. }
  361.  
  362. models\mapobjects\multiplant\pleaf1
  363. {    
  364.     surfaceparm alphashadow
  365.     cull none
  366.  
  367.     {
  368.         map models\mapobjects\multiplant\pleaf1.tga
  369.         blendFunc GL_ONE GL_ZERO
  370.         alphaFunc GE128
  371.         depthWrite
  372.         rgbGen identityLighting
  373.     }
  374.  
  375.  
  376.     {
  377.         map $lightmap
  378.         rgbGen identity
  379.         blendFunc GL_DST_COLOR GL_ZERO
  380.         depthFunc equal
  381.     }
  382. }
  383.  
  384. models\mapobjects\multiplant\pleaf2
  385. {    
  386.     surfaceparm alphashadow
  387.     cull none
  388.  
  389.     {
  390.         map models\mapobjects\multiplant\pleaf2.tga
  391.         blendFunc GL_ONE GL_ZERO
  392.         alphaFunc GE128
  393.         depthWrite
  394.         rgbGen identityLighting
  395.     }
  396.  
  397.  
  398.     {
  399.         map $lightmap
  400.         rgbGen identity
  401.         blendFunc GL_DST_COLOR GL_ZERO
  402.         depthFunc equal
  403.     }
  404. }
  405.  
  406. models\mapobjects\multiplant\pleaf3
  407. {    
  408.     surfaceparm alphashadow
  409.     cull none
  410.  
  411.     {
  412.         map models\mapobjects\multiplant\pleaf3.tga
  413.         blendFunc GL_ONE GL_ZERO
  414.         alphaFunc GE128
  415.         depthWrite
  416.         rgbGen identityLighting
  417.     }
  418.  
  419.  
  420.     {
  421.         map $lightmap
  422.         rgbGen identity
  423.         blendFunc GL_DST_COLOR GL_ZERO
  424.         depthFunc equal
  425.     }
  426. }
  427.  
  428. models\mapobjects\multiplant\palmfrond
  429. {    
  430.     surfaceparm alphashadow
  431.     cull none
  432.     nopicmip
  433.     {
  434.         map models\mapobjects\multiplant\palmfrond.tga
  435.         blendFunc GL_ONE GL_ZERO
  436.         alphaFunc GE128
  437.         depthWrite
  438.         rgbGen identityLighting
  439.     }
  440.     {
  441.         map $lightmap
  442.         rgbGen identity
  443.         blendFunc GL_DST_COLOR GL_ZERO
  444.         depthFunc equal
  445.     }
  446. }
  447. models\mapobjects\multiplant\invisible
  448. {
  449.     surfaceparm alphashadow
  450.     surfaceparm nolightmap            
  451.         {
  452.                 map models\mapobjects\multiplant\invisible.tga
  453.                 alphaFunc GE128
  454.         depthWrite
  455.         rgbGen vertex
  456.         }
  457. }